Autogenerated HTML docs for v2.21.0-777-g83232e 
diff --git a/githooks.html b/githooks.html index b081bd7..e4b4b5f 100644 --- a/githooks.html +++ b/githooks.html 
@@ -1176,6 +1176,20 @@  from standard input. Exiting with non-zero status from this script prevent   <code>git-p4 submit</code> from launching. Run <code>git-p4 submit --help</code> for details.</p></div>   </div>  +<div class="sect2">  +<h3 id="_post_index_change">post-index-change</h3>  +<div class="paragraph"><p>This hook is invoked when the index is written in read-cache.c  +do_write_locked_index.</p></div>  +<div class="paragraph"><p>The first parameter passed to the hook is the indicator for the  +working directory being updated. "1" meaning working directory  +was updated or "0" when the working directory was not updated.</p></div>  +<div class="paragraph"><p>The second parameter passed to the hook is the indicator for whether  +or not the index was updated and the skip-worktree bit could have  +changed. "1" meaning skip-worktree bits could have been updated  +and "0" meaning they were not.</p></div>  +<div class="paragraph"><p>Only one parameter should be set to "1" when the hook runs. The hook  +running passing "1", "1" should not be possible.</p></div>  +</div>   </div>   </div>   <div class="sect1">  @@ -1189,7 +1203,7 @@  <div id="footer">   <div id="footer-text">   Last updated  - 2019-03-07 12:16:20 JST  + 2019-04-25 19:09:28 JST   </div>   </div>   </body>